Welcome![Sign In][Sign Up]
Location:
Search - linux ide

Search list

[Other resourcelinux-ide

Description: 三星2410,廣州友善之臂開發板附帶的linux下的硬盤IDE驅動.-Samsung 2410, Guangzhou Development friendliness arm plate attached to linux under the IDE hard disk drives.
Platform: | Size: 364332 | Author: 李三日 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-Unixhide-0[1].1.6a-linux-src.tar

Description: Linux下的C、C++ IDE-Linux C and C++ IDE
Platform: | Size: 60416 | Author: 汪建新 | Hits:

[Embeded LinuxS3C44B0X上的IDE接口在uClinux上的驱动移植

Description: S3C44B0X上的IDE接口在uClinux上的驱动移植来自网上的资料,大家分享!-S3C44B0X the IDE interface in the driver uClinux transplantation information from the Internet, to share with you!
Platform: | Size: 634880 | Author: 众志成城 | Hits:

[Linux-UnixIDE的地址在uClinux里的填充

Description: IDE的地址在uClinux里的填充,网上资源,与大家共享-IDE addresses uClinux Lane in the filling, online resources and share
Platform: | Size: 52224 | Author: 众志成城 | Hits:

[OS programgetharddiskNo

Description: 通过IO控制,在linux或unix下获得IDE物理序列号。-through IO control, the Linux or Unix under IDE physical serial number.
Platform: | Size: 1024 | Author: 胡小东 | Hits:

[Linux-UnixLinux上搭建C-C++IDE开发环境

Description: Redhat linux上面没有提供Anjuta软件包,上面提供了一个Glade应用程序界面设计工具。Linux上面使用Anjuta和Glade以及Glademm软件包可以搭建一个linux下面进行C/C++软件开发的IDE环境,可以进行GTK+/Gnome的应用程序开发。-Redhat linux above did not provide Anjuta package that provides a Glade Application Program Interface design tools. Linux and above the use of Anjuta Glade and Glademm packages can be built below for a Linux C/C software development environment IDE, for GTK/Gnome application development.
Platform: | Size: 4096 | Author: 李明 | Hits:

[Driver Developide_driver

Description: IDE 驱动程序对开发硬盘驱动很有用,对学习LINUX驱动开发有帮助-IDE driver for the development drives useful for the study and development of Linux-driven help
Platform: | Size: 24576 | Author: 陈科祥 | Hits:

[Embeded Linuxlinux-ide

Description: 三星2410,廣州友善之臂開發板附帶的linux下的硬盤IDE驅動.-Samsung 2410, Guangzhou Development friendliness arm plate attached to linux under the IDE hard disk drives.
Platform: | Size: 364544 | Author: 李三日 | Hits:

[Linux-Unixide

Description: ks8695的ide硬盘程序,接口芯片是atp865,通过pci接口进行访问,拷贝到linux/driver下就可以了-ks8695 s ide hard drive procedures, interface chip is atp865, through the pci interface access, copy to the linux/driver can be under the
Platform: | Size: 3393536 | Author: quy | Hits:

[Embeded LinuxIDE_LINUX

Description: 嵌入式linux 开发板驱动程序,本驱动可直接驱动硬盘-Embedded linux development board driver, the driver can directly drive the hard disk
Platform: | Size: 46080 | Author: 刘德方 | Hits:

[JSPide

Description: Linux环境下java编程的经典书籍,在市面上很少见到类似的数据,收藏、并和大家共享吧-Java programming under the Linux environment of the classic books, rarely seen in the market similar to the data collection and to share it
Platform: | Size: 363520 | Author: 前程 | Hits:

[Linux-Unixqt-eclipse-integration-linux.x86-1.4.0.tar

Description: Linux下面的第一个QT集成开发环境IDE,采用Eclipse,很好用的。-Linux following the first QT integrated development environment IDE, using Eclipse, a very good use.
Platform: | Size: 14962688 | Author: 劲草无香 | Hits:

[Embeded Linuxide

Description: ep9315平台下硬盘驱动的源码,在目标系统上测试通过,linux内核版本为2.4.21-ep9315 platform source code under the hard drive, in the target test system, linux kernel version 2.4.21
Platform: | Size: 502784 | Author: 朱光亮 | Hits:

[ELanguageSPE-0.8.4.c-wx2.6.1.0.tar

Description: 用python写的ide开发环境,巨强大,不过需要wxpython的支持-Ide written with python development environment, a powerful giant, but it needs the support of wxPython
Platform: | Size: 1378304 | Author: dd | Hits:

[Linux-Unixide-disk

Description: linux下对硬盘的操作代码,linux下对硬盘的操作代码-linux hard drive to operate under the code, linux on the hard disk operation code
Platform: | Size: 8192 | Author: gongfb | Hits:

[Linux-Unixlinux-2.6.29.4.tar

Description: 最新版本的Linux内核,支持Intel、Alpha、PPC、Sparc、IA-64、ARM、MIPS、Amiga、 Atari和IBMs/390等,还支持32位大文件系统。而在Intel平台上,物理内存最大支持可以达到64GB。加强对IDE和SCSI硬件系统的支持,并增强了对USB设备和3D加速卡的支持。虽然并不像人们期望的那样有很大更新,但也好的多了。如果你还在使用旧版本的内核,赶快更新吧,绝对不会让你失望! Linux内核更新是越来越快了,可能由于Linux的普及,大家都开始关注了,各种安全隐患也越来越多。支持Intel、 Alpha、PPC、 Sparc、IA-64 、ARM、MIPS、Amiga、Atari和IBM s/390等,还支持32位大文件系统。而在Intel平台上,物理内存最大支持可以达到64GB。加强对IDE和SCSI硬件系统的支持,并增强了对 USB设备和3D加速卡的支持-The latest version of the Linux kernel to support Intel, Alpha, PPC, Sparc, IA-64, ARM, MIPS, Amiga, Atari and IBMs/390 and so on, also supports 32-bit large file system. In the Intel platform, the physical memory to achieve maximum support for 64GB. Strengthen the IDE and SCSI hardware system support and enhanced USB devices and 3D accelerator support. Although not as expected as a great update, but it s more. If you are still using the old version of the kernel update as soon as possible it will never let you down! Linux kernel update is getting faster and faster, and may be due to the popularity of Linux, we all started to pay attention, and a variety of security risks are also increasing. Support for Intel, Alpha, PPC, Sparc, IA-64, ARM, MIPS, Amiga, Atari and IBM s/390 and so on, also supports 32-bit large file system. In the Intel platform, the physical memory to achieve maximum support for 64GB. IDE and SCSI to strengthen the support of hardware systems and USB devices to enh
Platform: | Size: 878592 | Author: 我就是我 | Hits:

[Linux-Unixlinux-IDE-Driver

Description: linux IDE 驱动+范例,对学习驱动以及IDE开发很有用处-linux IDE driver
Platform: | Size: 11264 | Author: lan | Hits:

[Linux-UnixLinuxDeviceDriver-IDE

Description: Linux设备驱动开发详解源码- | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c-Explain the development of Linux device driver source code- | |- IDE drive | | |- ide-disk.c | | `- ide-h8300.c |`- RAMDISK driver | `- rd.c
Platform: | Size: 16384 | Author: bob | Hits:

[Linux-Unixide

Description: linux ide 驱动 ,值得一看的驱动代码,可以学习驱动开发的基本原理。结合linux驱动开发-linux ide drive
Platform: | Size: 447488 | Author: Jourge Kolala | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net